The RequestStatus contains a group of enumerations on a scope that indicate the status of the transaction submitted on the parent request. The RequestStatus object contains one of eight possible results
| Parameter | Type | Description |
|---|---|---|
| Processing | string (enum) | The transaction is currently in processing. |
| Rendered | string (enum) | The transaction has completed processing and is being generated (rendered). |
| Delivering | string (enum) | The transaction has completed rendering and is currently being delivered. |
| Delivered | string (enum) | The transaction has been processed, rendered, and delivered to the delivery destination. |
| Error | string (enum) | The transaction encountered an error during processing. The system is currently processing the error condition. |
| Failed | string (enum) | The transaction encountered a critical error during processing and was unable to resolve the error. The transaction has failed processing. |
| Complete | string (enum) | The transaction has been successfully completed. |
| Invalid | string (enum) | The transaction could not be processed because the request was submitted using incomplete or incorrectly formatted data. |